attachValidator
readonly attachValidator!: ( validator: Script<PlutusScriptType> ) => TxBuilderRunner
validator
:Script
includes the script in the witnesses
field of the resulting Tx
returns a reference to the same TxBuilderRunner
.